home *** CD-ROM | disk | FTP | other *** search
/ Cobra Utilities for Doom & Doom II / Cobra Utilities For Doom & Doom II - Disc 1.iso / files / level / 11fortko / ko_demo.bat < prev   
Encoding:
DOS Batch File  |  1994-06-08  |  821 b   |  28 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo  ──────────────────────────────────────
  5. echo   Playing  Fort Knocks PWAD Recording
  6. echo   Episode 1 Map 1
  7. echo   PWAD by Guy Stockie, Everett, WA.
  8. echo.
  9. echo  ──────────────────────────────────────
  10. echo.
  11. echo  Thanx for playing this Doom patch.   This recording will give you an
  12. echo  opportunity to preview the floor plan of the map, find 100 percent
  13. echo  secrets and get a feel for how difficult its most difficult level is.
  14. echo.
  15. echo.
  16.       pause
  17.       if not exist 11FORTKO.WAD goto ErrMsg
  18.       if not exist 11FORTKO.LMP goto ErrMsg
  19.       doom -file 11fortko.wad -playdemo 11fortko
  20.       goto End
  21. :ErrMsg
  22.       echo.
  23.       echo File 11FORTKO.WAD or 11FORTKO.LMP was not detected.
  24.       echo Make sure these are in your Doom dir.
  25.       echo.
  26.       goto End
  27. :End
  28.